home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
asm_includes
/
rtgmaster
/
rtgPICA.i
< prev
next >
Wrap
Text File
|
1996-06-04
|
902b
|
47 lines
IFND RTGPICA_I
RTGPICA_I SET 1
IFND RTGSUBLIBS_I
Include "RtgSublibs.i"
ENDC
IFND EXEC_LIBRARIES_I
Include "exec/libraries.i"
ENDC
IFND EXEC_TYPES_I
Include "exec/types.i"
ENDC
;
; Include files for rtgPICA.library
;
; Only rtgPICA.library specific structures are located in here
;
STRUCTURE RtgBasePICA,0
STRUCT rbPICA_LibBase,LIB_SIZE
ALIGNLONG
ULONG rbPICA_SegList
APTR rbPICA_ExecBase
APTR rbPICA_GfxBase
APTR rbPICA_IntBase
APTR rbPICA_UtilityBase
APTR rbPICA_VilIntuiSupBase
LABEL rbPICA_SIZEOF
STRUCTURE RtgScreenPICA,0
STRUCT rsPICA_Header,rs_SIZEOF
ALIGNLONG
ULONG rsPICA_ScreenHandle
ULONG rsPICA_PlaneSize
ULONG rsPICA_BytesPerRow
ULONG rsPICA_Depth
ULONG rsPICA_DispBuf ;Buffer currently displayed
UWORD rsPICA_Height ;Height of the visible screen
UWORD rsPICA_NumBuf
LABEL rsPICA_SIZEOF
ENDC